home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / bitpim / bitpim-0.62-setup.exe / {app} / bitpim.exe / version.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-11-06  |  1.2 KB  |  29 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.3)
  3.  
  4. import time
  5. name = 'BitPim'
  6. version = '0.62'
  7. release = 0
  8. testver = 0
  9. extrainfo = ''
  10. contact = 'The BitPim home page is at http://bitpim.sf.net.  You can post any questions or feedback to the mailing list detailed on that page.'
  11. if testver:
  12.     extrainfo = 'This is a test build of BitPim.  Only use it if directed by the BitPim developers.  You can find official releases at http://bitpim.sf.net'
  13.     contact = 'For questions or feedback, please use the bitpim developer mailing list.  Details are at the BitPim web site.'
  14.  
  15. versionstring = version
  16. if testver > 0:
  17.     versionstring += '-test' + `testver`
  18.  
  19. if release > 0:
  20.     versionstring += '-' + `release`
  21.  
  22. author = 'Roger Binns'
  23. author_email = 'rogerb@users.sourceforge.net'
  24. url = 'http://bitpim.sourceforge.net'
  25. if __name__ == '__main__':
  26.     print '#define VERSION', versionstring
  27.     print '#define DATENOW', time.strftime('%d %B %Y')
  28.  
  29.